DuplexMode

public interface DuplexMode<T extends PrintSettings>

Allows configuring the duplex mode for printing.

Implemented by concrete PrintSettings implementations that support configuring the duplex mode for printing.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract DuplexMode duplexMode()
Returns the duplex mode used by the printer.
public abstract T duplexMode(DuplexMode duplexMode)
Configures the duplex mode for printing.